FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ListModelDrillthroughReportsResponse Class / ListModelDrillthroughReportsResponse Constructor / ListModelDrillthroughReportsResponse Constructor(ServerInfoHeader,ModelDrillthroughReport[])

In This Topic
    ListModelDrillthroughReportsResponse Constructor(ServerInfoHeader,ModelDrillthroughReport[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ServerInfoHeader As ServerInfoHeader, _
       ByVal Reports() As ModelDrillthroughReport _
    )
    public ListModelDrillthroughReportsResponse( 
       ServerInfoHeader ServerInfoHeader,
       ModelDrillthroughReport[] Reports
    )

    Parameters

    ServerInfoHeader
    Reports
    See Also